home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / IMAP26 / xIMAP26.dxr / 00478.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  420 b   |  20 lines

  1. on mouseDown
  2.   global gLst1956LR
  3.   hDownState("flashlight on", "FLSHLITE.AIF")
  4.   set lBoolItemDoneP to getProp(gLst1956LR, 6)
  5.   if lBoolItemDoneP = 0 then
  6.     hUnHideSprite(6, 6)
  7.   end if
  8.   if the visible of sprite 8 then
  9.     hUnHideSprite(11, 11)
  10.   end if
  11.   updateStage()
  12.   repeat while the mouseDown
  13.     nothing()
  14.   end repeat
  15.   hUpState("flashlight off")
  16.   hHideSprite(6, 6)
  17.   hHideSprite(11, 11)
  18.   updateStage()
  19. end
  20.